You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platforms/go/common/serverless.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,6 @@ The only requirement is that you locate the source code on the deployed machine.
44
44
### Events Delivery
45
45
46
46
Most (if not all) serverless solutions won't wait for network responses before closing the process.
47
-
Because of that, we need to make sure that the event is delivered to Sentry's severs.
47
+
Because of that, we need to make sure that the event is delivered to Sentry's servers.
48
48
49
49
It can be achieved twofold, using the [`sentry.Flush` method](../configuration/draining/) or by swapping the transport to [`HTTPSyncTransport`](../configuration/transports/#httpsynctransport).
0 commit comments