Skip to content

whitep4nth3r/serverless-monitoring-vercel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Investigations into monitoring serverless and edge functions on Vercel 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.

Vercel Serverless Functions

Vercel Edge Functions

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published