Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 660
feat(wsgi): Migrate to span first#5988
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
282ba35e2484bd51af4345c3174fb270e5ae93fd1b7cde973ef9e640df3f3afbabb3bd75429dcd9d767432e41915cecf97a39337b7fb48637490fe3c11e8f1982d47110bf7c987d00e6507306feebc385e38890177b9298f33e407a2ff75c6a8d60f86fd48a96480220d8500254064a594532f6File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -714,7 +714,7 @@ def get_active_propagation_context(self) -> "PropagationContext": | ||
| def set_custom_sampling_context( | ||
| self, custom_sampling_context: "dict[str, Any]" | ||
| ) -> None: | ||
| self.get_active_propagation_context()._set_custom_sampling_context( | ||
| self.get_current_scope().get_active_propagation_context()._set_custom_sampling_context( | ||
| ||
| custom_sampling_context | ||
| ) | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
This is essentially a port of the event processor