Skip to content
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

[RUMF-937] create the rum-slim package #935

Merged
merged 8 commits into from
Jul 15, 2021

Conversation

BenoitZugmeyer
Copy link
Member

Motivation

Add a package similar to the current rum package, that won't contain the recorder once the V3 is released.

Changes

Create a new rum-slim package based on rum-core. This is a clone of the rum package with another name.

Testing


I have gone over the contributing documentation.

@BenoitZugmeyer BenoitZugmeyer requested review from a team as code owners July 12, 2021 15:28
declareTest(name!, factory(setupOptions), runner)
}
declareTestsForSetups('rum', setups, setupOptions, runner)
declareTestsForSetups('rum-slim', setups, { ...setupOptions, useRumSlim: true }, runner)
Copy link
Contributor

@bcaudan bcaudan Jul 15, 2021

Choose a reason for hiding this comment

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

no need to run slim on npm, right?

rum
  ✓ async
  ✓ npm
  ✓ bundle
rum-slim
  ✓ async
  ✓ npm
  ✓ bundle

@BenoitZugmeyer BenoitZugmeyer merged commit 21ba7d1 into prerelease-v3 Jul 15, 2021
@BenoitZugmeyer BenoitZugmeyer deleted the benoit/add-rum-slim branch July 15, 2021 10:10
amortemousque pushed a commit that referenced this pull request Jul 20, 2021
* [RUMF-937] create the rum-slim package

* [RUMF-937] add rum-slim to the sandbox

* ✅ run some e2e tests using rum-slim

* remove ProvidedSource export

* ✅ do not run rum-slim with a npm setup
amortemousque pushed a commit that referenced this pull request Jul 20, 2021
* [RUMF-937] create the rum-slim package

* [RUMF-937] add rum-slim to the sandbox

* ✅ run some e2e tests using rum-slim

* remove ProvidedSource export

* ✅ do not run rum-slim with a npm setup
amortemousque pushed a commit that referenced this pull request Jul 21, 2021
* [RUMF-937] create the rum-slim package

* [RUMF-937] add rum-slim to the sandbox

* ✅ run some e2e tests using rum-slim

* remove ProvidedSource export

* ✅ do not run rum-slim with a npm setup
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.

4 participants