Skip to content

Commit

Permalink
feat(errors): update issue creation link
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Jul 29, 2021
1 parent 6796773 commit 74dd2b3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/ErrorBoundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ export default class ErrorBoundary extends React.Component<ErrorBoundaryProps, E

if (error) {
const githubUrlParams = {
title: `Got error: ${error.message}`,
body: [
`DESCRIBE HERE WHAT HAPPENED AND WHAT YOU EXPECTED TO HAPPEN`,
"\n\n\n\n\n",

template: 'bug_report.yaml',
stacktracke: [
`**Current url**: ${window.location.toString()}`,
`**Previous url**: ${document.referrer}`,
"\n",
Expand Down

0 comments on commit 74dd2b3

Please sign in to comment.