You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue tracker is used for reporting bugs and requesting enhancements.
Expected Behavior
Using the command: yarn add https://github.com/DataDog/rum-react-integration-examples
Should add "@datadog/rum-react-integration" to my package.json.
I should be able to import { WithRumComponentContext } from '@datadog/rum-react-integration' and use the import.
Current Behavior
Console output after running yarn add https://github.com/DataDog/rum-react-integration-examples:
Usage Error: It seems you are trying to add a package using a https:... url; we now require package names to be explicitly specified.
Try running the command again with the package name prefixed: yarn add my-package@https:...
Possible Solution
Steps to Reproduce
Using [email protected]
To upgrade yarn: yarn set version stable && yarn install
Try install: yarn add https://github.com/DataDog/rum-react-integration-examples
Context (Environment)
I am trying to keep my usage of WithRumComponentContext and ErrorBoundary provided by this package, without copying the code into my repo.
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered:
Issue tracker is used for reporting bugs and requesting enhancements.
Expected Behavior
Using the command:
yarn add https://github.com/DataDog/rum-react-integration-examples
Should add "@datadog/rum-react-integration" to my package.json.
I should be able to
import { WithRumComponentContext } from '@datadog/rum-react-integration'
and use the import.Current Behavior
Console output after running
yarn add https://github.com/DataDog/rum-react-integration-examples
:Possible Solution
Steps to Reproduce
Using [email protected]
To upgrade yarn:
yarn set version stable && yarn install
Try install:
yarn add https://github.com/DataDog/rum-react-integration-examples
Context (Environment)
I am trying to keep my usage of
WithRumComponentContext
andErrorBoundary
provided by this package, without copying the code into my repo.Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: