File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 27
27
- ** feat: Warn about source-map generation ([ #14533 ] ( https://github.com/getsentry/sentry-javascript/pull/14533 ) )**
28
28
29
29
In the next major version of the SDK we will change how source maps are generated when the SDK is added to an application.
30
- Currently, the implementation is a bit all over the place and whether we turn on source map generation in applications depends on the specific SDK.
31
-
30
+ Currently, the implementation varies a lot between different SDKs and can be difficult to understand.
32
31
Moving forward, our goal is to turn on source maps for every framework, unless we detect that they are explicitly turned off.
33
32
Additionally, if we end up enabling source maps, we will emit a log message that we did so.
34
33
You can’t perform that action at this time.
0 commit comments