1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2025-02-18 13:29:36 +01:00
excalidraw/src/bug-issue-template.js
2020-03-31 11:37:51 +03:00

12 lines
136 B
JavaScript

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