We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ff159 commit 45d2890Copy full SHA for 45d2890
1 file changed
packages/core/src/logs/exports.ts
@@ -108,7 +108,7 @@ export function _INTERNAL_captureLog(
108
const { __sentry_template_string__, __sentry_template_values__ = [] } = message;
109
logAttributes['sentry.message.template'] = __sentry_template_string__;
110
__sentry_template_values__.forEach((param, index) => {
111
- logAttributes[`sentry.message.param.${index}`] = param;
+ logAttributes[`sentry.message.parameter.${index}`] = param;
112
});
113
}
114
0 commit comments