Skip to content

Investigations into monitoring serverless and edge functions on Netlify with Sentry.

License

Notifications You must be signed in to change notification settings

whitep4nth3r/serverless-monitoring-netlify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Investigations into monitoring serverless and edge functions on Netlify with Sentry

Hypothesis:

Adding error monitoring solutions to serverless/edge functions has the potential to increase code execution time when cold-starting/not cached, which could lead to timeouts depending on the complexity of the logic platform-specific function execution limits.


Each serverless or edge function makes an arbitrary call to the Pokemon API, sorts the data, and returns the execution time of the function.

I collected data in production for the functions with and without using Sentry.

Netlify Functions (AWS lambda wrapper)

Netlify Edge Functions (Deno wrapper)

About

Investigations into monitoring serverless and edge functions on Netlify with Sentry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published