@spotlightjs/overlay 1.2.0 → 1.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.
@@ -5,6 +5,7 @@ import SdksTab from './tabs/SdksTab';
5
5
  import TracesTab from './tabs/TracesTab';
6
6
  type SentryIntegrationOptions = {
7
7
  sidecarUrl?: string;
8
+ injectIntoSDK?: boolean;
8
9
  };
9
10
  export default function sentryIntegration(options?: SentryIntegrationOptions): {
10
11
  name: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spotlightjs/overlay",
3
3
  "description": "The overlay of Spotlight to add debug interface to your web app.",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "files": [