-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat: Add Remix SDK package boilerplate. #5256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
197215b
to
02e882b
Compare
size-limit report 📦
|
packages/remix/package.json
Outdated
@@ -0,0 +1,70 @@ | |||
{ | |||
"name": "@sentry/remix", | |||
"version": "7.0.0-beta.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The versions needs to be updated
packages/remix/README.md
Outdated
|
||
# Official Sentry SDK for Remix | ||
|
||
< TBD > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's leave a note that this is WIP please
02e882b
to
d5ab086
Compare
packages/remix/package.json
Outdated
"@sentry/core": "7.0.0-beta.0", | ||
"@sentry/hub": "7.0.0-beta.0", | ||
"@sentry/integrations": "7.0.0-beta.0", | ||
"@sentry/node": "7.0.0-beta.0", | ||
"@sentry/react": "7.0.0-beta.0", | ||
"@sentry/tracing": "7.0.0-beta.0", | ||
"@sentry/utils": "7.0.0-beta.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to update the versions here as well!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops! Updated 👍
Part 1 of #4894
Adds the package boilerplate for Remix SDK.