Releases: getsentry/vroom
Releases · getsentry/vroom
23.9.1
Internal
- Bump the Go SDK to
v0.24.0
. (#313)
- Remove the
TracesSampler
in favour of Inbound Data Filters. (#313)
23.9.0
Features
- Improve frame drop detection algorithm. (#304)
- Accept and return the time a profile started at in a timestamp field on Android. (#306)
- Filter frame drop candidates based on thresholds. (#308)
Internal
- Fix android issue frame detection. (#305)
- Fix backward compatibility with Android profiles without timestamp. (#307)
- Report all GCS errors again. (#311)
- Use pipedreams to deploy. (#312)
23.8.0
Internal
- Remove unwanted Println and add a CI rule to prevent further issues. (#301)
23.7.2
Internal
- Change function fingerprints to uint32. (#295)
- Look forward instead of backwards when generating a call tree. (#299)
- Use the instruction address to generate a frame's fingeprint. (#298)
23.7.1
Features
- Add Android Regex symbols. (#292)
Internal
- Remove Android method signature conversion. (#294)
23.6.2
Features
- Release the Regex issue type detection. (#286)
- Skip obfuscated frames from aggregation. (#285), (#289)
Internal
- Run changelog CI action only on pull requests. (#287)
- Enforce changelog modification. (#282)
- Reintroduce a Cloud Build configuration. (#288)