-
-
Notifications
You must be signed in to change notification settings - Fork 29
doc(website): Add migration guide for updating to 2.x #413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
f732e4b to
1fe75da
Compare
|
|
||
| ### Changes for non-JavaScript SDK Users | ||
|
|
||
| If you're using Spotlight without a Sentry JavaScript SDK, for example for mobile (iOS/Android/ReactNative etc.) or server-side (Python/Ruby/etc.) applications, you update directly to version 2.x without any required changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're using Spotlight without a Sentry JavaScript SDK, such as for mobile (iOS/Android/ReactNative) or server-side (Python/Ruby) applications, you can update directly to version 2.x without any required changes.
Adds a migration guide for Spotlight 1.x -> 2.x
The good news: The only breaking change is the version compatibility range for the Sentry JS SDK. Tried to clarify this in the guide and explicitly mention that the update should be smooth sailing for mobile/backend/non JS SDK users.
Page Preview