arabold / serverless-sentry-plugin

This plugin adds automatic forwarding of errors and exceptions to Sentry (https://sentry.io) and Serverless (https://serverless.com)
MIT License
155 stars 27 forks source link

Differences between this and official @sentry/serverless package #43

Closed dijonkitchen closed 2 years ago

dijonkitchen commented 3 years ago

Is this package still relevant compared to Sentry's official one? https://docs.sentry.io/platforms/node/guides/aws-lambda/

arabold commented 3 years ago

@sentry/serverless is partly based on the work in this plugin. Unfortunately, I haven't found the time to do an in-depth comparison myself, but from my understanding, this plugin can be deprecated sooner or later. There might still be some difference in feature set and flexibility, but I'm sure the official Sentry integration will get better in time.

webjunkie commented 2 years ago

this plugin can be deprecated sooner or later

It would be nice if this plugin has a big note about that in the main README and directs people to at least check out Sentry's official package themselves.