Skip to content

feat: Add Remix SDK package boilerplate. - #5256

Merged
AbhiPrasad merged 3 commits into
masterfrom
onur/remix-sdk-boilerplate
Jun 15, 2022
Merged

feat: Add Remix SDK package boilerplate.#5256
AbhiPrasad merged 3 commits into
masterfrom
onur/remix-sdk-boilerplate

Conversation

@onurtemizkan

Copy link
Copy Markdown
Contributor

Part 1 of #4894

Adds the package boilerplate for Remix SDK.

@onurtemizkan
onurtemizkanforce-pushed the onur/remix-sdk-boilerplate branch from 197215b to 02e882bCompareJune 13, 2022 16:55
@github-actions

github-actionsBot commented Jun 13, 2022

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize
@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)

@AbhiPrasadAbhiPrasad mentioned this pull request Jun 14, 2022
26 tasks
Comment threadpackages/remix/package.json Outdated
@@ -0,0 +1,70 @@
{
"name": "@sentry/remix",
"version": "7.0.0-beta.0",

Copy link
Copy Markdown
Contributor

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

Comment threadpackages/remix/README.md Outdated

# Official Sentry SDK for Remix

< TBD >

Copy link
Copy Markdown
Contributor

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

@AbhiPrasadAbhiPrasad added this to the Sentry Remix SDK milestone Jun 14, 2022
@onurtemizkan
onurtemizkanforce-pushed the onur/remix-sdk-boilerplate branch from 02e882b to d5ab086CompareJune 15, 2022 13:52
Comment threadpackages/remix/package.json Outdated
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
Copy Markdown
Contributor

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
Copy Markdown
ContributorAuthor

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 masterJun 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 freeto 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

@onurtemizkan@AbhiPrasad