Skip to content

Commit

Permalink
Fixing Capitalization Typo in LifecycleStep(Same as imports now) (#3399)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejusp committed Feb 27, 2024
1 parent 1a694e4 commit 808d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions/datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class DataDogExtension(DatadogTracingExtension):
**kwargs,
) -> Span:
span = super().create_span(lifecycle_step, name, **kwargs)
if lifecycle_step == LifeCycleStep.OPERATION:
if lifecycle_step == LifecycleStep.OPERATION:
span.set_tag("graphql.query", self.execution_context.query)
return span
```

0 comments on commit 808d898

Please sign in to comment.