Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ASEM12345
/
rsshub
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rsshub
/
lib
/
shims
/
sentry-node.ts
asemxin
Initial commit for HF Spaces
bf48b89
28 days ago
raw
Copy download link
history
blame
contribute
delete
174 Bytes
// No-op shim for @sentry/node in Cloudflare Workers
export
const
withScope
= (
callback: (scope:
unknown
) =>
void
) =>
callback
({});
export
const
captureException
= (
) => {};