Skip to content
  • Sponsor getsentry/sentry-docs

  • Notifications You must be signed in to change notification settings
  • Fork 1.6k

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

5f9b9ba · May 22, 2025

History

History
8 lines (7 loc) · 284 Bytes

File metadata and controls

8 lines (7 loc) · 284 Bytes
USentryEvent* Event = NewObject<USentryEvent>();
Event->Initialize();
Event->SetFingerprint( { "database-connection-error" } );

USentrySubsystem* SentrySubsystem = GEngine->GetEngineSubsystem<USentrySubsystem>();
SentrySubsystem->CaptureEvent(Event, ESentryLevel::Error);