Skip to content

Commit ffd4bab

Browse files
authored
Merge pull request #6151 from segmentio/samkcrespo-patch-1
Update destination-functions.md
2 parents c7a0adc + 4d2fc4c commit ffd4bab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/functions/destination-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,3 +432,7 @@ If you're sending your batch to an external service, the execution time of the f
432432
##### Which IP addresses should be allowlisted?
433433

434434
{% include content/ip-allowlist.md %}
435+
436+
##### Can I view console.log() outputs in Destination Functions?
437+
438+
Incorporating console.log() statements in your Destination Function code aids in debugging. However, logs generated by these statements will only be accessible in the [Event Delivery](/docs/connections/event-delivery/) view if the payloads encounter errors during processing. Logs from successfully processed payloads are not displayed.

0 commit comments

Comments
 (0)