Skip to content

Commit

Permalink
Merge branch 'release/24.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Apr 29, 2024
2 parents 1b11966 + e50052b commit 8bcaa73
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 26 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 24.4.2

### Various fixes & improvements

- fix(js): Don't apply minified source context to symbolicated frame (#1449) by @loewenheim
- meta(proguard:) Update comments about remapping (#1444) by @loewenheim

## 24.4.1

### Various fixes & improvements
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/process-event/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "process-event"
publish = false
version = "24.4.1"
version = "24.4.2"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-crash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Native crash reporting for Symbolicator"
homepage = "https://getsentry.github.io/symbolicator/"
repository = "https://github.com/getsentry/symbolicator"
version = "24.4.1"
version = "24.4.2"
edition = "2018"
build = "build.rs"
license-file = "../LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-js"
publish = false
version = "24.4.1"
version = "24.4.2"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-native"
publish = false
version = "24.4.1"
version = "24.4.2"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-proguard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-proguard"
publish = false
version = "24.4.1"
version = "24.4.2"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolicator-service"
version = "24.4.1"
version = "24.4.2"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-sources/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-sources"
publish = false
version = "24.4.1"
version = "24.4.2"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-stress/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-stress"
publish = false
version = "24.4.1"
version = "24.4.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolicator-test"
version = "24.4.1"
version = "24.4.2"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolicator"
version = "24.4.1"
version = "24.4.2"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolicli"
version = "24.4.1"
version = "24.4.2"
edition = "2021"
authors = ["Sentry <hello@getsentry.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symsorter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symsorter"
version = "24.4.1"
version = "24.4.2"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-split/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-split"
version = "24.4.1"
version = "24.4.2"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 8bcaa73

Please sign in to comment.