@dash0hq/sdk-web v0.3.0
Dash0 Web SDK
Releases
We automatically release new versions of this package whenever a PR is merged to main and the ci is able to detect a valid version increase from the merge commit. It uses conventional commits to calculate the version increase and to generate additional messaging such as changelogs. Please make sure PR merge commits are formatted accordingly, not matching messages will create a PATCH release, but no changelog entry. Examples:
- A PATCH release:
fix: Include missing user.name attribute A MINOR release:
feat: Add instrumentation for fetch() The sdk now supports automatic instrumentation of the fetch apiA MAJOR release:
feat: Add version two of page-load instrumentation BREAKING CHANGE: This adds a new updated instrumentation for page-loads, it is no longer compatible with the previous version. For instructions on how to update see: https://example.comor:
feat!: Add version two of page-load instrumentation This adds a new updated instrumentation for page-loads, it is no longer compatible with the previous version. For instructions on how to update see: https://example.comNO changelog entry, PATCH release:
chore: Improve spelling of README
Development
E2E Tests
We run e2e tests via webdriverIO and sauce labs. They currently don't have a fully local setup, but can be executed locally against sauce labs.
Setup
- Get a sauce labs account
- Create a
.envfile based on.env.exampleand provide your sauce labs credentials. - Run the tests via
pnpm run test:e2e
Why do tests run on ports 8010, 8011 and 8012?
We need multiple ports to properly test cors behaviour. 8010 to 8012 are specifically chosen for their behaviour in combination with localhost proxies
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago