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
Copy file name to clipboardExpand all lines: docs/sourcemaps.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,3 +202,11 @@ Verify artifacts are uploaded before errors occur
202
202
Sentry expects that source code and source maps in a given release are uploaded to Sentry **before** errors occur in that release.
203
203
204
204
If you upload artifacts **after** an error is captured by Sentry, Sentry will not go back and retroactively apply any source annotations to those errors. Only new errors triggered after the artifact was uploaded will be affected.
205
+
206
+
Verify your source files are not too large
207
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
208
+
209
+
For an individual artifact, Sentry accepts a max filesize of **20 MB**.
210
+
211
+
Often users hit this limit because they are transmitting source files at an interim build stage. For example, after Webpack/Browserify has combined all
212
+
your source files, but before minification has taken place. If possible, send the original source files.
0 commit comments