Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Sep 30, 2024
1 parent c74d731 commit 82a2ff8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changeset/thirty-ties-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'@microlabs/otel-cf-workers': minor
---

add support for `email` handlers

Example usage:

```ts
export default {
async email(message, env, ctx) {
// this is running in a trace!
},
};
```

0 comments on commit 82a2ff8

Please sign in to comment.