summaryrefslogtreecommitdiffstats
path: root/excalidraw-app/bug-issue-template.js
blob: bc048864ff3dbfbcb36fafec59b927c71227d3a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
export default (sentryErrorId) => `
### Scene content

\`\`\`
Paste scene content here
\`\`\`

### Sentry Error ID

${sentryErrorId}
`;