sentry-javascript
sentry-javascript copied to clipboard
feat(deps): bump @opentelemetry/semantic-conventions from 1.23.0 to 1.24.1
Bumps @opentelemetry/semantic-conventions from 1.23.0 to 1.24.1.
Release notes
Sourced from @opentelemetry/semantic-conventions's releases.
v1.24.1
1.24.1
:bug: (Bug Fix)
- fix(core): align inconsistent behavior of
getEnv()andgetEnvWithoutDefaults()when aprocesspolyfill is used #4648@pichlermarc
getEnvWithoutDefaults()would useprocess.envif it was defined when running in a browser, whilegetEnv()would always use_globalThis. Now both use_globalThiswhen running in a browser.- fix(resources): prevent circular import (resource -> detector -> resource -> ...) #4653
@pichlermarc
- fixes a circular import warning which would appear in rollup when bundling
@opentelemetry/resources- fix(exporter-metrics-otlp-grpc): add explicit otlp-exporter-base dependency to exporter-metrics-otlp-grpc #4678
@AkselAllasv1.24.0
1.24.0
:rocket: (Enhancement)
- feat(sdk-trace-base): log resource attributes in ConsoleSpanExporter #4605
@pichlermarc- feat(propagator-aws-xray): moved AWS Xray propagator from contrib 4603
@martinkuba- feat(resources): new experimental detector ServiceInstanceIdDetectorSync that sets the value for
service.instance.idas random UUID. #4608@maryliag:bug: (Bug Fix)
- fix(sdk-trace-web): fix invalid timings in span events #4486
@Abinet18- fix(resources): ensure BrowserDetector does not think Node.js v21 is a browser #4561
@trentm
Changelog
Sourced from @opentelemetry/semantic-conventions's changelog.
1.24.1
:bug: (Bug Fix)
- fix(core): align inconsistent behavior of
getEnv()andgetEnvWithoutDefaults()when aprocesspolyfill is used #4648@pichlermarc
getEnvWithoutDefaults()would useprocess.envif it was defined when running in a browser, whilegetEnv()would always use_globalThis. Now both use_globalThiswhen running in a browser.- fix(resources): prevent circular import (resource -> detector -> resource -> ...) #4653
@pichlermarc
- fixes a circular import warning which would appear in rollup when bundling
@opentelemetry/resources- fix(exporter-metrics-otlp-grpc): add explicit otlp-exporter-base dependency to exporter-metrics-otlp-grpc #4678
@AkselAllas1.24.0
:rocket: (Enhancement)
- feat(sdk-trace-base): log resource attributes in ConsoleSpanExporter #4605
@pichlermarc- feat(propagator-aws-xray): moved AWS Xray propagator from contrib 4603
@martinkuba- feat(resources): new experimental detector ServiceInstanceIdDetectorSync that sets the value for
service.instance.idas random UUID. #4608@maryliag:bug: (Bug Fix)
- fix(sdk-trace-web): fix invalid timings in span events #4486
@Abinet18- fix(resources): ensure BrowserDetector does not think Node.js v21 is a browser #4561
@trentm
Commits
41c2626Merge pull request #4682 from dynatrace-oss-contrib/release/1.24.x-0.51.x-27cb72a6chore: prepare release 1.24.1/0.51.18a6d03fchore: sync package-lock.json, adapt changelogdfc883cfix(exporter-metrics-otlp-grpc) Add explicit otlp-exporter-base depen… (#4678)75817d7fix(deps): update dependency import-in-the-middle to v1.7.4 (#4667)fe132d7fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults(...307e33afix(resources): prevent circular import (resource -> detector -> resource -> ...3ab4f76chore: prepare release 1.24.0/0.51.0 (#4650)31eb60dfeat!(instrumentation): add patch and unpatch diag log messages (#4641)99431dffeat!(instrumentation): remove moduleExports generic type from instrumentatio...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)