Skip to content

Releases: kilohealth/web-app-monitoring

v1.2.1-alpha.3

30 Jun 18:29
Compare
Choose a tag to compare
v1.2.1-alpha.3 Pre-release
Pre-release

1.2.1-alpha.3 (2023-06-30)

Bug Fixes

  • execute datadog-ci using npx (659c371)

v1.2.1-alpha.2

30 Jun 17:42
Compare
Choose a tag to compare
v1.2.1-alpha.2 Pre-release
Pre-release

1.2.1-alpha.2 (2023-06-30)

Bug Fixes

  • redefine datadog-ci bin for pnpm support (9e45ae3)

v1.2.1-alpha.1

30 Jun 13:32
Compare
Choose a tag to compare
v1.2.1-alpha.1 Pre-release
Pre-release

1.2.1-alpha.1 (2023-06-30)

Bug Fixes

  • cli: fail when not enough env vars (4fdb1dd)

v1.2.0

23 Jun 12:23
Compare
Choose a tag to compare

1.2.0 (2023-06-23)

Features

  • attempt to remove side effect in BrowserMonitoringService.ts (c55dc0e)
  • cli: fail when not enough env vars (7351eff)

v1.2.0-alpha.2

23 Jun 11:38
Compare
Choose a tag to compare
v1.2.0-alpha.2 Pre-release
Pre-release

1.2.0-alpha.2 (2023-06-23)

Features

  • cli: fail when not enough env vars (7351eff)

v1.2.0-alpha.1

23 Jun 06:44
Compare
Choose a tag to compare
v1.2.0-alpha.1 Pre-release
Pre-release

1.2.0-alpha.1 (2023-06-23)

Features

  • attempt to remove side effect in BrowserMonitoringService.ts (c55dc0e)

v1.1.0

21 Jun 09:33
Compare
Choose a tag to compare

1.1.0 (2023-06-21)

Features

v1.0.0-beta.1

21 Jun 08:28
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2023-06-21)

Bug Fixes

  • browser: fix TS (70a785b)
  • client,serve: pass additional config to loger via constructor (2cd760a)
  • increase package version (de50f61)
  • iso: update console logger to avoid logging extra undefined (2853f2b)
  • server: remove initTracing from server import to avoid node modules import from tracing (3d94832)

Features

  • add server monitoring system, extract common interface (5148f5d)
  • add single entry point for all but tracing, (5dbd9fe)
  • browser monitoring service and basic setup (59fa779)
  • browser,server: add possibility to provide internal config, add tests (88ac056)
  • browser: move DD init to constructor,update DD config, add debug, warn and error methods (6d658ed)
  • cli: add cli script to upload sourcemaps (not tested) (4c50a05)
  • cli: add initServerMonitoring and initTracing (13b4fe8)
  • cli: expose initTracing (4c98216)
  • expose browser and main fields (7875d82)
  • remove extra fields from package.json, update README.md (0864fb2)
  • remove single entry point to avoid overbundling (09e5f2a)
  • replace client with browser export (81fb4de)
  • server,client: make all RemoteMonitoringServiceParams optional (4cdbe49)
  • server: add PinoWrapper to pass context when logging (9966043)

BREAKING CHANGES

  • root import won't work anymore
  • root import won't work, only import of specific modules
  • client import won't work, replace with browser
  • add exports, so dist folder won't work anymore when importing
  • server: remove initTracing from server import
  • iso: removed root index file

v1.0.0-alpha.16

21 Jun 04:28
Compare
Choose a tag to compare
v1.0.0-alpha.16 Pre-release
Pre-release

1.0.0-alpha.16 (2023-06-21)

Features

  • expose browser and main fields (6c3d2e1)

v1.0.0-alpha.15

21 Jun 02:45
Compare
Choose a tag to compare
v1.0.0-alpha.15 Pre-release
Pre-release

1.0.0-alpha.15 (2023-06-21)

Features

  • remove single entry point to avoid overbundling (99c2b9e)

BREAKING CHANGES

  • root import won't work, only import of specific modules