Set up sentry Droplet
sequenceDiagram participant Browser as Web Browser participant Sentry as Sentry participant RaspberryPi as Raspberry Pi participant App Browser->>Sentry: HTTP Request Sentry->>RaspberryPi: Forward Request RaspberryPi->>App: Forward Request App->>RaspberryPi: Response RaspberryPi-->>Sentry: Response Sentry-->>Browser: Forward Response