Skip to content

Commit

Permalink
client was crashing on missing 'url' field in telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
awharrison-28 committed Oct 9, 2023
1 parent 516e5ab commit 631306a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/semantic_kernel/connectors/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
"version": pkg_resources.get_distribution("semantic-kernel").version
if IS_TELEMETRY_ENABLED
else "",
"url": "",
}

0 comments on commit 631306a

Please sign in to comment.