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}
`;