Skip to content

Commit b72e422

Browse files
committed
exception.language added
1 parent ca6c4ba commit b72e422

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

middleware/distro.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def custom_record_exception(span: Span, exc: Exception):
168168
{
169169
"exception.type": str(exc_type.__name__),
170170
"exception.message": exc_value,
171+
"exception.language": "python",
171172
"exception.stacktrace": traceback.format_exc(),
172173
"exception.escaped": exception_escaped,
173174
"exception.vcs.commit_sha": mw_vcs_commit_sha or "",

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.2rc8"
7+
version = "2.1.2rc9"
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)