Releases: Automattic/Automattic-Tracks-Android
Releases · Automattic/Automattic-Tracks-Android
5.1.2
5.1.1
5.1.0
5.0.0
What's Changed
- Create
crashloggingmodule, move crash logging classes there by @wzieba in #212
⚠️ BREAKING CHANGE: Introduce
dependencies {
implementation "com.automattic.tracks:crashlogging:<tracks-version>"
}dependency to access CrashLogging code.
- Introduce initialize method by @wzieba in #213
⚠️ BREAKING CHANGE: InitializeCrashLoggingwithinitializeinApplication
@Inject lateinit var crashLogging: CrashLogging
override fun onCreate() {
super.onCreate()
crashLogging.initialize()
...
}- build(deps): bump io.sentry:sentry-bom from 7.5.0 to 7.8.0 by @dependabot in #211
Full Changelog: 4.0.2...5.0.0
4.0.2
4.0.1
4.0.0
What's Changed
CrashLoggingDataProvider#releaseName changed its type from String to com.automattic.android.tracks.crashlogging.ReleaseName.
Full Changelog: 3.6.0...4.0.0
3.6.0
What's Changed
- fix: do not track failed http requests by @wzieba in #205
- [Lib] Update targetSdk from 33 to 34. by @notandyvee in #200
New Contributors
- @notandyvee made their first contribution in #200
Full Changelog: 3.5.0...3.6.0
3.5.0
What's Changed
- Add JS exception reporting #202
- Bump Bump io.sentry:sentry-bom from 6.32.0 to 7.5.0 by @dependabot in #201
Full Changelog: 3.4.0...3.5.0
3.4.0
What's Changed
- [Nullability Annotations to Java Classes] Add
wordpress.lintDependency by @ParaskP7 in #196 - Bump io.sentry:sentry-bom from 6.18.1 to 6.32.0 by @dependabot in #195
Full Changelog: 3.3.0...3.4.0