|
6 | 6 |
|
7 | 7 | ## 6.14.0
|
8 | 8 |
|
9 |
| -- fix(browser): Send client outcomes through tunnel if configured (#4031) |
10 |
| -- feat(awslambda): add requestId filter to aws.cloudwatch.logs URL (#4032) |
11 |
| -- fix(node): Check for potentially undefined httpModule (#4037) |
12 |
| -- feat(integrations): Call toJSON of originalException to extract more data (#4038) |
13 |
| -- feat(integrations): console.error is captured as an exception (#4034) |
| 9 | +- chore(deps): Bump @sentry/webpack-plugin to 1.18.1 (#4063) |
| 10 | +- feat(awslambda): Add requestId filter to aws.cloudwatch.logs URL (#4032) |
| 11 | +- feat(gatsby): Support non-serializable SDK options (#4064) |
14 | 12 | - feat(gatsby): Support user integrations as a function (#4050)
|
| 13 | +- feat(integrations): Call toJSON of originalException to extract more data (#4038) |
| 14 | +- feat(integrations): Capture console.error as an exception (#4034) |
| 15 | +- feat(nextjs): Add mechanism to error-logger-caught errors (#4061) |
15 | 16 | - feat(nextjs): Add mechanism to withSentry-caught errors (#4046)
|
16 |
| -- fix(docs): Fix docstring for enabled option (#4052) |
17 |
| -- fix(nextjs): Remove logic merging include values in withSentryConfig (#4056) |
18 |
| -- fix(nextjs): Fix types in config code (#4057) |
19 |
| -- chore(deps): Bump @sentry/webpack-plugin to 1.18.1 (#4063) |
20 |
| -- fix(utils): Prevent logger circular dependencies (#4069) |
| 17 | +- feat(nextjs): Tag backend events when running on vercel (#4091) |
| 18 | +- fix(browser): Send client outcomes through tunnel if configured (#4031) |
21 | 19 | - fix(core): Be stricter about mechanism values (#4068)
|
22 |
| -- feat(nextjs): Add mechanism to error-logger-caught errors (#4061) |
23 | 20 | - fix(core): Prevent exception recapturing (#4067)
|
24 |
| -- feat(gatsby): Support non-serializable SDK options (#4064) |
25 |
| -- fix(vue): Move ROOT_SPAN_TIMER into Vue context. (#4081) |
26 |
| -- fix(tracing): Update paths for DB drivers auto-instrumentation (#4083) |
27 |
| -- fix(vue): Make vue span operation lowercase (#4084) |
28 | 21 | - fix(nextjs): Always initialize SDK with global hub (#4086)
|
29 |
| -- feat(nextjs): Tag backend events when running on vercel (#4091) |
| 22 | +- fix(nextjs): Fix types in config code (#4057) |
| 23 | +- fix(nextjs): Remove logic merging include values in withSentryConfig (#4056) |
| 24 | +- fix(node): Check for potentially undefined httpModule (#4037) |
| 25 | +- fix(tracing): Update paths for DB drivers auto-instrumentation (#4083) |
| 26 | +- fix(vue): Move ROOT_SPAN_TIMER into Vue context. (#4081) |
30 | 27 |
|
31 |
| -Features, fixes and improvements in this release have been contributed by: @tmilar, @deammer, @freekii. Thank you for your contributions! |
| 28 | +Features, fixes, and improvements in this release have been contributed by: @tmilar, @deammer, @freekii. Thank you for your contributions! |
32 | 29 |
|
33 | 30 | ## 6.13.3
|
34 | 31 |
|
|
0 commit comments