Skip to content

Commit ae9df48

Browse files
Update packages/remix/src/utils/instrumentServer.ts
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
1 parent f2a604b commit ae9df48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remix/src/utils/instrumentServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ function makeWrappedDataFunction(
276276

277277
formData.forEach((value, key) => {
278278
span.setAttribute(
279-
`action_form_data_${key}`,
279+
`remix.action_form_data.${key}`,
280280
typeof value === 'string' ? value : '[non-string value]',
281281
);
282282
});

0 commit comments

Comments
 (0)