jcpsantiago / sentryR

Unofficial R client for Sentry
https://jcpsantiago.github.io/sentryR/
Other
38 stars 14 forks source link

Ambiguous error with Plumber #31

Closed qbunt closed 5 months ago

qbunt commented 1 year ago

Implemented exactly as shown in the docs with plumber, I'm getting the following out of R when new requests come into plumber

Error in z(...): unused arguments (req = <environment>, res = <environment>)

I'm assuming something has changed with the payload that Sentry expects or something is now broken.

qbunt commented 1 year ago

@jcpsantiago should I be using this library anymore or is it way out of date?

jcpsantiago commented 1 year ago

Hey, I'm still maintaining this library. The version in CRAN hasn't changed in a while. Could you please share which versions of R, sentryR and plumber you're using?

qbunt commented 1 year ago

@jcpsantiago 🤔 I don't think there's a version in cran right now? You might want to check cran, looks like the build there has been archived.

jcpsantiago commented 1 year ago

Oh! Thanks for letting me know! The CRAN version was attached to my previous company's email. I'll release again.

qbunt commented 10 months ago

Looks like this is still unavailable. Any way you could automate a release or just do one manually?

jcpsantiago commented 10 months ago

Hey @qbunt I started the back-and-forth with CRAN to release it. Because it was archived before it may take a bit more time.

jcpsantiago commented 9 months ago

@qbunt sentryR is now re-released on CRAN. Please give it a try, and let me know if the persists.

qbunt commented 5 months ago

looks like it's online now, thanks!