Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(apm): Sampling of traces (#2500)
* fix(apm): Set sampled to true by default Also set op otherwise span will be discarded by the server * meta: Changelog * fix(apm): Sampling * ref: Remove set default op * fix: Sampling decision * ref: Add comment * ref: typo * ref: Changes to docblock * ref: Change message * Apply suggestions from code review Co-Authored-By: Rodolfo Carvalho <rodolfo.carvalho@sentry.io> * Update packages/types/src/options.ts Co-Authored-By: Rodolfo Carvalho <rodolfo.carvalho@sentry.io> * Update packages/types/src/options.ts Co-Authored-By: Rodolfo Carvalho <rodolfo.carvalho@sentry.io> * ref: Remove deprecated parts * fix: Maxlen * ref: Rework when and how integrations are setup * ref(apm): Send a span if it's not a child * ref: Tracing integration * fix: tests * fix: Span / Transaction creation * ref: CodeReview * fix: Setup integrations when after we bound a client to the hub * ref: CodeReview * fix: tests * Update packages/types/src/span.ts Co-Authored-By: Rodolfo Carvalho <rodolfo.carvalho@sentry.io> * ref: CodeReview * ref: CodeReview * fix: Tests * ref: Refactor SpanRecorder -> SpanList Fix tests * ref: Rename back to SpanRecorder to be consistent with Python * ref: SpanRecorder * ref: Remove makeRoot * ref: Changelog * meta: Changelog Co-authored-by: Rodolfo Carvalho <rodolfo.carvalho@sentry.io>
- Loading branch information