Skip to content

Commit

Permalink
whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Oct 8, 2024
1 parent b40e916 commit e887b30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ddtrace/internal/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,7 @@ def root(self):


_CONTEXT_CLASS = ExecutionContext


def context_with_data(identifier, parent=None, **kwargs):
return _CONTEXT_CLASS.context_with_data(identifier, parent=(parent or None), **kwargs)

0 comments on commit e887b30

Please sign in to comment.