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 trim the source down to the last 300 characters here as
459
-
// sourceMappingURL is usually at the end of the file.
460
-
source=source.substr(source.length-300);
458
+
// We trim the source down to the last 300 characters as sourceMappingURL is always at the end of the file.
459
+
// Why 300? To be in line with: https://github.com/getsentry/sentry/blob/4af29e8f2350e20c28a6933354e4f42437b4ba42/src/sentry/lang/javascript/processor.py#L164-L175
0 commit comments