-
-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Milestone
Description
v8 of the Sentry SDKs is slowly becoming stable, so we need to ensure that Spotlight works correctly with the SDK. Primarily, this will only affect the overlay where we interact with the Sentry SDK in the Sentry spotlight integration to add a sentry integration for spotlight. This should be fairly straight forward but it's unfortunately subtly breaking.
Therefore, we'll cut a new major version for Spotlight, so that:
- for SentrySDK@7 use Spotlight@1 (but we won't support this officially any longer)
- for SentrySDK@8 or SentrySDK@>=7.99.0 use Spotlight@2
### For Alpha Release
- [ ] #386
- [ ] https://github.com/getsentry/spotlight/pull/402
- [x] verify with playground/demo
### For Stable release
- [ ] https://github.com/getsentry/spotlight/pull/406
- [ ] https://github.com/getsentry/spotlight/pull/412
- [ ] https://github.com/getsentry/spotlight/pull/413
- [ ] https://github.com/getsentry/spotlight/pull/414
- [x] Cut release
bmulholland