Skip to content

Commit 4f49871

Browse files
committed
doot the boot
1 parent 76c415f commit 4f49871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/explore/logs/types.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export enum OurLogKnownFieldKey {
1616
// From the EAP dataset directly not using a column alias.
1717
ID = 'sentry.item_id',
1818
MESSAGE = 'message',
19-
TEMPLATE = 'message.template',
19+
TEMPLATE = 'sentry.message.template',
2020
SEVERITY_NUMBER = 'severity_number',
2121
SEVERITY_TEXT = 'severity_text',
2222
ORGANIZATION_ID = 'organization.id',

0 commit comments

Comments
 (0)