chore: fix muting sign in emails - skip e2e (#2859)

* chore: fix muting sign in emails - skip e2e

* chore: fix api version for e2e tests
This commit is contained in:
Karol Sójko
2024-03-11 11:12:23 +01:00
committed by GitHub
parent 41f542d1c5
commit 065f3562f4
7 changed files with 45 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ export function createApplicationWithOptions({ identifier, environment, platform
defaultHost: host || Defaults.getDefaultHost(),
appVersion: Defaults.getAppVersion(),
webSocketUrl: Defaults.getDefaultWebSocketUrl(),
apiVersion: ApiVersion.V1,
apiVersion: ApiVersion.v0,
syncCallsThresholdPerMinute,
})
}