Commits
User selector
Commit History
Commits on Mar 12, 2024
feat(core): Decouple `scope.transactionName` from root spans (#10991)
Show description for 40c847candauthored
Commits on Mar 11, 2024
feat(core): Allow custom tracing implementations (#11003)
Show description for e249f36authoredfeat: Ensure `getRootSpan()` does not rely on transaction (#10979)
Show description for ccde98bauthored
Commits on Mar 7, 2024
feat: Remove tags from spans & transactions (#10809)
Show description for 4b261ceauthored
Commits on Mar 6, 2024
feat(core): Ensure trace APIs always return a span (#10942)
Show description for f688034authored
Commits on Mar 5, 2024
feat(core): Update `spanToJSON` to handle OTEL spans (#10922)
Show description for 7e66a04authored
Commits on Mar 4, 2024
feat(core): Use serialized spans in transaction event (#10912)
Show description for 76c4c26authoredfeat(core): Fix span scope handling & transaction setting (#10886)
Show description for 54b1cf5authored
Commits on Feb 29, 2024
feat(core): Remove deprecated props from `Span` interface (#10854)
Show description for 65d9150authored
Commits on Feb 16, 2024
ref(core): Rename `Span` class to `SentrySpan` (#10687)
Show description for dc5383dauthoredfeat: Implement new Async Context Strategy (#10647)
Show description for dc8726aauthored
Commits on Feb 13, 2024
ref(core): Restructure hub exports (#10639)
Show description for e6596afauthored
Commits on Feb 12, 2024
ref(core): Make remaining client methods required (#10605)
Show description for cb88a7candauthored
Commits on Jan 29, 2024
Commits on Jan 23, 2024
feat: Make `parameterize` function available through browser and node API (#10085)
Show description for a27decaauthored
Commits on Jan 19, 2024
ref: Streamline SDK metadata handling (#10251)
Show description for f3b2e7dauthored
Commits on Jan 15, 2024
feat(core): Write data from `setUser`, `setTags`, `setExtras`, `setTag`, `setExtra`, and `setContext` to isolation scope (#10163)
Show description for b174d53andauthored
Commits on Jan 11, 2024
feat(core): Deprecate `Span.transaction` in favor of `getRootSpan` (#10134)
Show description for 324e5bfauthored
Commits on Jan 10, 2024
feat(core): Deprecate methods on `Hub` (#10124)
Show description for ac278e7authoredfeat(core): Deprecate `Transaction.getDynamicSamplingContext` in favour of `getDynamicSamplingContextFromSpan` (#10094)
Show description for 6faec42authoredfeat(core): Deprecate span `tags`, `data`, `context` & setters (#10053)
Show description for a56fc29authored
Commits on Jan 9, 2024
feat(core): Deprecate `scope.setTransactionName()` (#10113)
Show description for d41e39eauthored
Commits on Jan 8, 2024
feat(core): Deprecate span `name` and `description` (#10056)
Show description for e7552e3authoredfeat(core): Add `span.spanContext()` (#10037)
Show description for 73a8314authoredfeat(core): Add `spanToJSON()` method to get span properties (#10074)
Show description for 5aac890authored
Commits on Jan 5, 2024
feat(core): Add `span.isRecording()` instead of `span.sampled` (#10034)
Show description for 644d697authoredfeat(core): Allow to pass start/end timestamp for spans flexibly (#10060)
Show description for 5def983authored
Commits on Jan 4, 2024
feat(core): Deprecate `trace` in favor of `startSpan` (#10012)
Show description for a696aefandauthored
Commits on Jan 3, 2024
feat(core): Deprecate `span.getTraceContext()` (#10032)
Show description for 848e6adauthoredfeat(core): Deprecate `span.toTraceparent()` in favor of `spanToTraceHeader()` util (#10031)
Show description for 38eb964authored
Commits on Dec 21, 2023
feat(core): Add `getIsolationScope()` method (#9957)
Show description for 213bb4aauthoredfeat(core): Add `getGlobalScope()` method (#9920)
Show description for eb9bc56authored
Commits on Dec 19, 2023
feat(core): Extract scope application to util (#9804)
Show description for afb900candauthored
Commits on Dec 18, 2023
ref: Pass client instead of hub to `isSentryRequestUrl` (#9869)
Show description for db4bef1authored
Commits on Dec 12, 2023
ref(core): Replace `Scope.clone()` with non-static `scope.clone()` (#9801)
Show description for 2b4d56bauthored