You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/sdk/telemetry/logs.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ The internal SDK implementation is kept purposefully broad as we are still in ea
267
267
By default the SDK should set the following attributes:
268
268
269
269
1.`sentry.message.template`: The parameterized template string
270
-
2.`sentry.message.parameters.X`: The parameters to the template string, where X is the number that represent the parameters position in the template string
270
+
2.`sentry.message.parameter.X`: The parameters to the template string, where X is the number that represent the parameters position in the template string
271
271
3.`sentry.environment`: The environment set in the SDK
272
272
4.`sentry.release`: The release set in the SDK
273
273
5.`sentry.trace.parent_span_id`: The span id of the span that was active when the log was collected. This should not be set if there was no active span.
@@ -277,8 +277,8 @@ Example:
277
277
```json
278
278
{
279
279
"sentry.message.template": "Adding item %s for user %s",
0 commit comments