excalidraw/excalidraw-app/bug-issue-template.js

12 lines
136 B
JavaScript
Raw Permalink Normal View History

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