0

My question : is it possible to integrate bugsnag inside React App witch is using typeScript?

I am currently working on my API call crash/error protect and I heard some good stuff about bugsnag and the rise of 'Unhandled error'. I don't see any typeScript mention inside the official doc, so I ask my question here to get more information

La pach'
  • 446
  • 2
  • 7
  • 17

1 Answers1

1

It looks like BugSnag ships Typescript definitions. Mentioned in their docs:

Type definitions are provided and will be picked up automatically by the TypeScript compiler when you import any of the top-level @bugsnag/* packages.

TLadd
  • 6,488
  • 2
  • 32
  • 40