TerriaJS / terriajs

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

Refactor error service #7264

Closed ljowen closed 2 months ago

ljowen commented 2 months ago

What this PR does

Fixes #7246

Remove Rollbar error service. Change error service to be instantiated externally and passed in at startup time. Add init function to ErrorService interface which receives config

Test me

Checklist