-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: Add retrieving Transaction #1775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/collections/_documentation/performance/distributed-tracing.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/performance/distributed-tracing.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/performance/distributed-tracing.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/performance/distributed-tracing.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/performance/distributed-tracing.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/performance/distributed-tracing.md
Outdated
Show resolved
Hide resolved
We need to rebase this, the SDK docs have moved into their own page. |
@@ -530,6 +534,24 @@ function processItem(item, transaction) { | |||
} | |||
``` | |||
|
|||
#### Retrieving a Transaction |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same heading appearing multiple times in the same page (3x in this page) will all generate the same anchor link.
Do we have some helper to customize the anchor name? We could use that to make those 3 headings use different anchors.
17136e7
to
ec407c8
Compare
I rebased the PR ontop of master |
There is still a todo and we need to release python so we can't merge this yet |
Filled in Python TODOs. |
This PR adds the last missing piece of how to retrieve a Transaction for SDKs.
Related: