Skip to content

Commit 0a6b6b7

Browse files
committed
Reverted event name back to exception
1 parent 175217c commit 0a6b6b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

middleware/distro.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def custom_record_exception(span: Span, exc: Exception):
164164

165165
# Add extra details in the existing "exception" event
166166
span.add_event(
167-
"exception-mw",
167+
"exception",
168168
{
169169
"exception.type": str(exc_type.__name__),
170170
"exception.message": exc_value,

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "middleware-io"
7-
version = "2.1.2rc10"
7+
version = "2.1.2rc11"
88
requires-python = ">=3.8"
99
description = "Middleware's APM tool enables Python developers to effortlessly monitor their applications, gathering distributed tracing, metrics, logs, and profiling data for valuable insights and performance optimization."
1010
authors = [{ name = "middleware-dev" }]

0 commit comments

Comments
 (0)