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
/** If you need to conditionally check if raven needs to be initialized or not, you can use the isSetup function. It will return true if Raven is already initialized. */
178
178
isSetup(): boolean;
179
+
180
+
/** Specify a function that allows mutation of the data payload right before being sent to Sentry. */
0 commit comments