• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / auth / 21302359064 / 1
69%
master: 69%

Build:
DEFAULT BRANCH: master
Ran 23 Jan 2026 09:58PM UTC
Files 171
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Jan 2026 09:51PM UTC coverage: 68.819% (-0.01%) from 68.832%
21302359064.1

push

github

web-flow
feat: Add email send operation metrics (#2311)

## What kind of change does this PR introduce?

This PR adds two new metrics,
`gotrue_email_send_operations_counter_total` and
`gotrue_email_send_errors_counter_total`, for tracking email send
operations and errors respectively. The purpose of these metrics is to
track email delivery independently of the various API handlers that may
send email within Auth.

## What is the current behavior?

Users who want to track email sending operations in Auth must use
indirect metrics like HTTP status codes to determine whether an email
was successfully sent.

## What is the new behavior?

The `gotrue_email_send_operations_counter_total` counter will increment
each time Auth attempts to send an email after performing validation and
checking rate limits. The `gotrue_email_send_errors_counter_total`
counter will increment each time an email send attempt fails.

14849 of 21577 relevant lines covered (68.82%)

79.58 hits per line

Source Files on job 21302359064.1
  • Tree
  • List 171
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21302359064
  • 00965758 on github
  • Prev Job for on master (#21238989279.1)
  • Next Job for on master (#21402797015.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc