Skip to content

Commit 62a0984

Browse files
committed
Merge branch 'main' into rz/feat/session-replay
2 parents 6c9baea + 7b7964f commit 62a0984

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Changelog
22

3-
## Unreleased
3+
## 7.8.0
44

55
### Features
66

77
- Add description to OkHttp spans ([#3320](https://github.com/getsentry/sentry-java/pull/3320))
8-
- Update normalization of metrics keys, tags and values ([#3332](https://github.com/getsentry/sentry-java/pull/3332))
98
- Enable backpressure management by default ([#3284](https://github.com/getsentry/sentry-java/pull/3284))
109

1110
### Fixes
1211

1312
- Add rate limit to Metrics ([#3334](https://github.com/getsentry/sentry-java/pull/3334))
1413
- Fix java.lang.ClassNotFoundException: org.springframework.web.servlet.HandlerMapping in Spring Boot Servlet mode without WebMVC ([#3336](https://github.com/getsentry/sentry-java/pull/3336))
14+
- Fix normalization of metrics keys, tags and values ([#3332](https://github.com/getsentry/sentry-java/pull/3332))
1515

1616
## 7.7.0
1717

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android.useAndroidX=true
1010
android.defaults.buildfeatures.buildconfig=true
1111

1212
# Release information
13-
versionName=7.7.0
13+
versionName=7.8.0
1414

1515
# Override the SDK name on native crashes on Android
1616
sentryAndroidSdkName=sentry.native.android

0 commit comments

Comments
 (0)