Skip to content

Commit f41d60a

Browse files
authored
build(otel): exclude version from circular dev-dependencies (#802)
* build(otel): exclude version from circular dev-dependencies * changelog
1 parent 7074891 commit f41d60a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ An OpenTelemetry integration has been released. Please refer to the changelog en
6060
- docs: update docs including OTEL and other integrations (#790) by @lcian
6161
- fix(otel): fix doctests (#794) by @lcian
6262
- fix(otel): fix span and trace ids for distributed tracing (#801) by @lcian
63+
- build(otel): exclude version from circular dev-dependencies (#802) by @lcian
6364

6465
## 0.37.0
6566

sentry-opentelemetry/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ opentelemetry_sdk = { version = "0.29.0", default-features = false, features = [
2626
opentelemetry-semantic-conventions = "0.29.0"
2727

2828
[dev-dependencies]
29-
sentry = { version = "0.37.0", path = "../sentry", features = ["test", "opentelemetry"] }
30-
sentry-core = { version = "0.37.0", path = "../sentry-core", features = [
31-
"test",
32-
] }
29+
sentry = { path = "../sentry", features = ["test", "opentelemetry"] }
30+
sentry-core = { path = "../sentry-core", features = [ "test" ] }
3331
opentelemetry_sdk = { version = "0.29.0", default-features = false, features = [
3432
"trace",
3533
"testing",

0 commit comments

Comments
 (0)