-
Notifications
You must be signed in to change notification settings - Fork 25
Conversation
Passing run #12464 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
name: process.env.npm_package_version, | ||
}, | ||
sourcemaps: { | ||
assets: "./build/assets/*", |
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.
It looks like from the upload link that minified files are being uploaded alongside the minified files. I think this suggestion might do the trick to limit that
assets: "./build/assets/*", | |
assets: "./build/assets/*.map", |
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.
The minified files should be uploaded with the sourcemaps! As per the docs:
For Sentry to de-minify your stack traces you must provide both the minified files (for example, app.min.js) and the corresponding source maps.
EVG-20320
Description
release.inject
option utilized by the plugin, it's no longer necessary to passAPP_VERSION
when initializing Sentry..env-cmdrc.json
with the Sentry auth token for review (will update the 1Password vault when this PR is approved)Testing