Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit b713025

Browse files
authored
Update __init__.py (#1221)
1 parent b70b123 commit b713025

File tree

1 file changed

+1
-1
lines changed
  • contrib/opencensus-ext-azure/opencensus/ext/azure/trace_exporter

1 file changed

+1
-1
lines changed

contrib/opencensus-ext-azure/opencensus/ext/azure/trace_exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def span_data_to_envelope(self, sd):
101101
data = ExceptionData(
102102
exceptions=[{
103103
'id': 1,
104-
'outerId': '{}'.format(sd.span_id),
104+
'outerId': 0,
105105
'typeName': sd.attributes.get(ERROR_NAME, ''),
106106
'message': sd.attributes[ERROR_MESSAGE],
107107
'hasFullStack': STACKTRACE in sd.attributes,

0 commit comments

Comments
 (0)