Releases: getsentry/vroom
Releases · getsentry/vroom
24.1.2
chore(deps): bump trufflesecurity/trufflehog from 3.67.3 to 3.67.4 (#…
24.1.1
chore(deps): bump trufflesecurity/trufflehog from 3.63.11 to 3.64.0 (…
24.1.0
feat: add support for speedscope rendering of Android reactnative pro…
23.12.1
chore(deps): bump trufflesecurity/trufflehog from 3.63.4 to 3.63.5 (#…
23.12.0
23.11.2
Merge pull request #370 from getsentry/azaslavsky/pre-release-command chore: Set preReleaseCommand to empty string
23.11.1
Merge pull request #370 from getsentry/azaslavsky/pre-release-command chore: Set preReleaseCommand to empty string
23.11.0
Features:
Bug Fixes:
- Add payload type to occurrence payloads. (#351)
- Always classify sentry_sdk as system frame. (#357)
- Update regression issue subtitle. (#358)
Internal:
- Remove iOS legacy profile support. (#296)
- Bump trufflesecurity/trufflehog from 3.60.1 to 3.60.2 (#347)
- Bump trufflesecurity/trufflehog from 3.60.2 to 3.60.3 (#348)
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#349)
- Bump trufflesecurity/trufflehog from 3.60.3 to 3.60.4 (#350)
- Add a pre-condition to check if the file already exists before write. (#354, #356)
- Bump trufflesecurity/trufflehog from 3.60.4 to 3.62.1 (#353)
- Bump github.com/getsentry/sentry-go from 0.24.1 to 0.25.0 (#359)
- Return a more appriopriate HTTP status code for duplicate profiles. (#363)
- Bump actions/github-script from 6.4.1 to 7.0.0 (#365)
23.10.1
Features
- Update base Docker image to Debian 12. (#340)
Bug Fixes
- Turn non-monotonic samples wall-clock time into monotonic. (#337)
Internal
-
Bump golang.org/x/net from 0.8.0 to 0.17.0 (#335)
-
Move FixSamplesTime call to speedscope and calltrees methods(#339)
-
Bump actions/checkout from 3 to 4. (#341)
-
Bump actions/github-script from 6.3.3 to 6.4.1 (#342)
-
Bump trufflesecurity/trufflehog from 3.16.4 to 3.60.1. (#343)
-
Bump actions/checkout from 3 to 4. (#345)
23.10.0
Features
- Return the first and deepest issue detected. (#317)
- Release frame drop issue detection. (#329)
- Append experimental to function regression issue. (#334)
Bug Fixes
- Close remaining open events in Android profiles. (#316)
- Enforce minimum frame duration for frame drop issue. (#319)
- Mark sentry frames as system frames when it's dynamically linked. (#325)
- Do not return an occurrence for unknown function or when the stack is filled with them. (#328)
- Add more Cocoa symbols for profiling issue detectors (#336)
Internal