()
| 179 | * @returns The last event id of the isolation scope. |
| 180 | */ |
| 181 | export function lastEventId(): string | undefined { |
| 182 | return getIsolationScope().lastEventId(); |
| 183 | } |
| 184 | |
| 185 | /** |
| 186 | * Create a cron monitor check in and send it to Sentry. |
no test coverage detected