1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2025-02-18 13:29:36 +01:00
excalidraw/excalidraw-app/bug-issue-template.js

12 lines
136 B
JavaScript
Raw Normal View History

2020-03-31 10:37:51 +02:00
export default (sentryErrorId) => `
### Scene content
\`\`\`
2020-03-31 10:37:51 +02:00
Paste scene content here
\`\`\`
2020-03-31 10:37:51 +02:00
### Sentry Error ID
2020-03-31 10:37:51 +02:00
${sentryErrorId}
`;