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
event processors - it's a pain to add to Windows Powershell due to the conflict with the Process keyword. Internally, we have a c# class that changes the call to DoProcess but modules don't really work well with exporting classes. Alternatively, we could have a Add-SentryEventProcessor which would take a scriptblock argument and we would wrap that in our internal EventProcessor implementation.
Dogfooding: use the SDK on our PS automation. Projects in sentry-sdks are prob good enough since the automations exist to support the SDKs
The text was updated successfully, but these errors were encountered:
Process
keyword. Internally, we have a c# class that changes the call toDoProcess
but modules don't really work well with exporting classes. Alternatively, we could have aAdd-SentryEventProcessor
which would take ascriptblock
argument and we would wrap that in our internalEventProcessor
implementation.sentry-sdks
are prob good enough since the automations exist to support the SDKsThe text was updated successfully, but these errors were encountered: