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
Add createReleaseRequestOptions and uploadFileRequestOptions configuration options (#43)
Both are an object or function that returns additional configuration for the underlying request call for creating a Sentry release and uploading the files for that release, respectively
Use /organizations/:id/releases endpoint to create new releases in Sentry (thus supporting release commits) (#36).
Note that configuring a baseSentryURL with a /projects suffix was previously required but is now deprecated; you should specify the baseSentryURL like https://sentry.io/api/0 (#38).
Patches
Update documentation to reference Sentry auth tokens instead of API keys (which are deprecated) (#37)