TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.
https://terria.io
Apache License 2.0
1.19k stars 363 forks source link

Configurable Error service #7246

Closed ljowen closed 2 months ago

ljowen commented 3 months ago

Similar to SearchProviders, make errorServiceProvider config driven

ljowen commented 2 months ago

Rather than creating various implementations of error services (i.e. Sentry, Rollbar .etc) the decision was made to have the service instantiated externally (in a TerriaMap), See PR