Future TODOs
vaind opened this issue · 0 comments
vaind commented
- respect InAppInclude/Exclude options
- event processors - it's a pain to add to Windows Powershell due to the conflict with the
Processkeyword. Internally, we have a c# class that changes the call toDoProcessbut modules don't really work well with exporting classes. Alternatively, we could have aAdd-SentryEventProcessorwhich would take ascriptblockargument and we would wrap that in our internalEventProcessorimplementation. - Dogfooding: use the SDK on our PS automation. Projects in
sentry-sdksare prob good enough since the automations exist to support the SDKs