Skip to content

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

Merged
merged 3 commits into from
Jun 15, 2022
Merged

Conversation

onurtemizkan
Copy link
Collaborator

Part 1 of #4894

Adds the package boilerplate for Remix SDK.

@onurtemizkan onurtemizkan force-pushed the onur/remix-sdk-boilerplate branch from 197215b to 02e882b Compare June 13, 2022 16:55
@github-actions
Copy link
Contributor

github-actions bot commented Jun 13, 2022

size-limit report 📦

Path Size
@sentry/browser - ES5 CDN Bundle (gzipped + minified) 19.43 KB (added)
@sentry/browser - ES5 CDN Bundle (minified) 60.21 KB (added)
@sentry/browser - ES6 CDN Bundle (gzipped + minified) 18.24 KB (added)
@sentry/browser - ES6 CDN Bundle (minified) 53.83 KB (added)
@sentry/browser - Webpack (gzipped + minified) 20 KB (added)
@sentry/browser - Webpack (minified) 65.2 KB (added)
@sentry/react - Webpack (gzipped + minified) 20.02 KB (added)
@sentry/nextjs Client - Webpack (gzipped + minified) 44.02 KB (added)
@sentry/browser + @sentry/tracing - ES5 CDN Bundle (gzipped + minified) 25.63 KB (added)
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified) 24.17 KB (added)

@AbhiPrasad AbhiPrasad mentioned this pull request Jun 14, 2022
26 tasks
@@ -0,0 +1,70 @@
{
"name": "@sentry/remix",
"version": "7.0.0-beta.0",
Copy link
Member

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


# Official Sentry SDK for Remix

< TBD >
Copy link
Member

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

@AbhiPrasad AbhiPrasad added this to the Sentry Remix SDK milestone Jun 14, 2022
@onurtemizkan onurtemizkan force-pushed the onur/remix-sdk-boilerplate branch from 02e882b to d5ab086 Compare June 15, 2022 13:52
Comment on lines 14 to 20
"@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",
Copy link
Member

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!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! Updated 👍

@AbhiPrasad AbhiPrasad enabled auto-merge (squash) June 15, 2022 13:58
@AbhiPrasad AbhiPrasad merged commit 7bd7170 into master Jun 15, 2022
@AbhiPrasad AbhiPrasad deleted the onur/remix-sdk-boilerplate branch June 15, 2022 14:11
lobsterkatie added a commit that referenced this pull request Jun 16, 2022
This is a follow-up to #5256 and #5264, which added a skeleton remix SDK to the repo. The template that was used to create the new package had parts of the 6.x package structure and configuration still in it. This fixes that by bringing everything up to date to match our other packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants