Skip to content

Commit 1cd8703

Browse files
committed
Update _send_telemetry.py
1 parent 889a2ec commit 1cd8703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

featuremanagement/azuremonitor/_send_telemetry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
EVALUATION_EVENT_VERSION = "1.1.0"
3838

39+
3940
def track_event(event_name: str, user: str, event_properties: Optional[Dict[str, Optional[str]]] = None) -> None:
4041
"""
4142
Tracks an event with the specified name and properties.
@@ -123,6 +124,7 @@ def attach_targeting_info(targeting_id: str) -> None:
123124

124125

125126
if HAS_AZURE_MONITOR_EVENTS_EXTENSION:
127+
126128
class TargetingSpanProcessor(SpanProcessor):
127129
"""
128130
A custom SpanProcessor that attaches the targeting ID to the span and baggage when a new span is started.

0 commit comments

Comments
 (0)