Skip to content

Commit 35dee26

Browse files
add Event Delivery context back in as a comment
1 parent 29b9563 commit 35dee26

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/connections/functions/insert-functions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,16 @@ Note the following limitations for batching with insert functions:
237237
238238
{% endcomment %}
239239

240+
{% comment %}
241+
242+
## Destination insert functions logs and errors
243+
244+
A function can throw errors, or Segment might encounter errors while invoking your function. You can view these errors in the [Event Delivery](/docs/connections/event-delivery/) tab for your Destination as in the example below.
245+
246+
![A screenshot of the event delivery tab, showing 519 failed events broken into categories explaining why they failed](images/event-delivery.png)
247+
248+
{% endcomment %}
249+
240250
### Destination insert functions error types
241251

242252
- **Bad Request** - Any error thrown by the function code that is not covered by the other errors.

0 commit comments

Comments
 (0)