sentry-vir 3.2.0 → 3.2.1

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.
@@ -35,7 +35,7 @@ export type InitSentryInput = {
35
35
  createUniversalContext?: EventExtraContextCreator | undefined;
36
36
  /** Optionally override any Sentry config properties that this package sets. */
37
37
  sentryConfigOverrides?: UserOverrides;
38
- throttleOptions: Readonly<PartialWithUndefined<ThrottleOptions>> | undefined;
38
+ throttleOptions?: Readonly<PartialWithUndefined<ThrottleOptions>> | undefined;
39
39
  };
40
40
  /**
41
41
  * Base Sentry init. Requires the Sentry module to already have been imported. Setup a sentry client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sentry-vir",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Easily use Sentry.",
5
5
  "keywords": [
6
6
  "config",