Hacker News new | ask | show | jobs
by lacogubik 2558 days ago
How do you get errors to other services in Segment? Did you write some custom code to catch errors and then send them as segment's track calls?

We use Sentry with Segment, but on client segment just loads sentry and the errors are caught by sentry only, they do not appear in other integrations.

1 comments

ya, we use a small custom listener to capture the errors and wrap them in a segment track call.