You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we want to try to automate as many migration tasks to help people upgrade from v7 to v8. This will be done by creating one transformer for each migration step which will autonomously do the following for each file:
check if it should apply any modification to the file
if yes, apply said modification to the file
if it fails doing so, provide instructions what users need to do (this could be a copy/paste code sample or a link to a document describing what to do, depending on what better fits the necessary change).
The content you are editing has changed. Please copy your edits and refresh the page.
Based on
MIGRATION.md
guidewe want to try to automate as many migration tasks to help people upgrade from v7 to v8. This will be done by creating one transformer for each migration step which will autonomously do the following for each file:
Import Rewriting
@sentry/tracing
imports #2@sentry/replay
imports #10@sentry/hub
imports #11Handler
utility methods #12Config rewrites
Replay
config options #3Function call replacements
addTracingExtensions
→AddExtensionMethods
#13Other API transforms
Framework-specific transforms
[requires v8] Assist in Updating Procedure
The text was updated successfully, but these errors were encountered: