From b3b65041edb2a8e764eabe6f266a769c27ab3266 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Thu, 9 Sep 2021 15:26:11 +0200 Subject: [PATCH 1/2] Update index.mdx --- src/docs/sdk/performance/index.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/docs/sdk/performance/index.mdx b/src/docs/sdk/performance/index.mdx index 9f86fca1d3..4e33257bd3 100644 --- a/src/docs/sdk/performance/index.mdx +++ b/src/docs/sdk/performance/index.mdx @@ -184,11 +184,14 @@ keep track of it themselves. - This function returns a header (string) `sentry-trace` - The value should be the trace header string of the `Span` that is currently on the `Scope` -- `Hub` → Introduce a method called `startTransaction` +- Introduce a method called `startTransaction` - Takes the same two arguments as `Sentry.startTransaction` - Creates a new `Transaction` instance - Should implement sampling as described in more detail in the 'Sampling' section of this document +- Modify the method called `captureEvent` + - Don't set `lastEventId` for transactions +