@lumiapassport/core 1.17.4 → 1.17.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -45,7 +45,7 @@ function initSdkErrorTracking() {
|
|
|
45
45
|
// Don't track performance for SDK (only errors)
|
|
46
46
|
tracesSampleRate: 0,
|
|
47
47
|
// Release version from package.json
|
|
48
|
-
release: `@lumiapassport/core@${"1.17.
|
|
48
|
+
release: `@lumiapassport/core@${"1.17.5"}`,
|
|
49
49
|
environment: "production",
|
|
50
50
|
// Filter to only track SDK errors
|
|
51
51
|
beforeSend(event) {
|
|
@@ -23,7 +23,7 @@ function initSdkErrorTracking() {
|
|
|
23
23
|
// Don't track performance for SDK (only errors)
|
|
24
24
|
tracesSampleRate: 0,
|
|
25
25
|
// Release version from package.json
|
|
26
|
-
release: `@lumiapassport/core@${"1.17.
|
|
26
|
+
release: `@lumiapassport/core@${"1.17.5"}`,
|
|
27
27
|
environment: "production",
|
|
28
28
|
// Filter to only track SDK errors
|
|
29
29
|
beforeSend(event) {
|