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: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
## 6.5.0
2
+
3
+
### New Features ✨
4
+
5
+
- (otlp) Add collector_url option to OTLP integration by @sl0thentr0py in [#2887](https://github.com/getsentry/sentry-ruby/pull/2887)
6
+
- (release-detector) Prefer HEROKU_BUILD_COMMIT over deprecated HEROKU_SLUG_COMMIT by @ericapisani in [#2886](https://github.com/getsentry/sentry-ruby/pull/2886)
7
+
- Implement strict trace continuation by @giortzisg in [#2872](https://github.com/getsentry/sentry-ruby/pull/2872)
8
+
9
+
### Bug Fixes 🐛
10
+
11
+
- (rails) Set mechanism.handled based on error handling status by @solnic in [#2892](https://github.com/getsentry/sentry-ruby/pull/2892)
12
+
- Copy event processors on Scope#dup by @sl0thentr0py in [#2893](https://github.com/getsentry/sentry-ruby/pull/2893)
13
+
- Map `trilogy` database adapter to `mysql` for Query Insights compatibility by @krismichalski in [#2656](https://github.com/getsentry/sentry-ruby/pull/2656)
14
+
- Don't transform attributes in place in metrics by @sl0thentr0py in [#2883](https://github.com/getsentry/sentry-ruby/pull/2883)
15
+
16
+
### Internal Changes 🔧
17
+
18
+
- (transport) Handle HTTP 413 response for oversized envelopes by @sl0thentr0py in [#2885](https://github.com/getsentry/sentry-ruby/pull/2885)
0 commit comments