Alerts on performance metrisc

Hey there,

I’ve set up the Sentry SDK in a Node.js server and added some performance metrics to measure the time taken for HTTP requests and DB queries.

I’m trying to figure out how to set up alerts if, for example, a given transaction is above a certain threshold. I saw this documented on the following docs page however, I can’t find this functionality in the hosted Sentry UI.

Any guidance would be apprecaited.

I found the reason for this. This was because I was on the developer plan. Once I upgraded to the Team plan I was able to create metric alerts.