Files
Excalidraw/excalidraw/excalidraw-app/bug-issue-template.js
T
Yuzhong Zhang 602f4629ff init frontend
2025-07-05 23:22:48 +08:00

12 lines
136 B
JavaScript

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