Skip to content

Commit 60c1806

Browse files
committed
meta: Organize changelog entries
1 parent 17bbce7 commit 60c1806

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

CHANGELOG.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,26 @@
66

77
## 6.14.0
88

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)
1412
- 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)
1516
- 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)
2119
- fix(core): Be stricter about mechanism values (#4068)
22-
- feat(nextjs): Add mechanism to error-logger-caught errors (#4061)
2320
- 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)
2821
- 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)
3027

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!
3229

3330
## 6.13.3
3431

0 commit comments

Comments
 (0)