0.0.6 • Published 8 months ago

@dash0hq/sdk-web v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

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 api
  • A 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.com

    or:

    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.com
  • NO 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 .env file based on .env.example and 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

0.5.1

7 months ago

0.5.0

7 months ago

0.4.6

7 months ago

0.4.5

7 months ago

0.4.4

7 months ago

0.4.3

7 months ago

0.4.2

7 months ago

0.4.1

7 months ago

0.4.0

7 months ago

0.3.4

7 months ago

0.3.3

7 months ago

0.3.2

7 months ago

0.3.1

8 months ago

0.3.0

8 months ago

0.2.0

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago