Commit Graph
3 Commits
Author SHA1 Message Date
mifi 16550ec8bb feat: now supports async functions for logging data
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/publish unknown status
- `logger.debug('message', async () => ({ asyncReturn: await asyncFn() }))` is now supported
- NOTE: this may result in logging occurring out of band for these calls if other events fire befor they settle

Update CI labels to direct jobs to correct servers
2026-08-21 11:24:34 -03:00
mifi 6bee3a801d feat!: API options object support to control sentry handling; removal of logger.sentry.
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/publish unknown status
2026-08-07 12:07:29 -03:00
mifi f13fd6d96b Initial commit
ci/woodpecker/push/ci Pipeline failed
2026-08-05 01:09:30 -03:00