Files
2026-07-13 11:57:19 +08:00

12 lines
136 B
JavaScript

export default (sentryErrorId) => `
### Scene content
\`\`\`
Paste scene content here
\`\`\`
### Sentry Error ID
${sentryErrorId}
`;