JulianMar / nuxt-bugsnag

Bugsnag module for nuxt.js
MIT License
49 stars 18 forks source link

use different apiKeys for client and server #27

Closed svnldwg closed 2 years ago

svnldwg commented 2 years ago

It would be nice to be able to define two separate apiKeys in the configuration, one for client errors and one for server errors. That way client and server errors can be tracked to two separate bugsnag projects.

I will provide a PR shortly.

JulianMar commented 2 years ago

We already had this feature. I removed it because of problems and not using the feature that much.

10