Skip to content

Releases: compasjs/compas

v0.11.2

21 May 19:23
7d973d7
Compare
Choose a tag to compare

Features

  • feat(server,store): keep track of Sentry metrics about which routes and jobs are run ca1a0a

v0.11.1

02 May 20:10
b113b6b
Compare
Choose a tag to compare

Features

  • feat(server): force a new Sentry trace id for each request 6ca680
  • feat(store): force a new Sentry trace id for job f4de6a

Bug fixes

  • fix(stdlib): enable event_span logging, even if sentry is used dfc0da

v0.11.0

26 Apr 12:29
83e580d
Compare
Choose a tag to compare

Breaking changes

  • feat(eslint-plugin): stricter checks on missing eventStart calls 491561
    • Correctness checks; if event is passed into an async function, you most certainly want to call eventStart.

Features

  • feat(stdlib): make AppError compatible with Sentry 056d40

Bug fixes

  • fix(cli): make sure to load .cjs and .mjs test files ed546c

v0.10.6

23 Apr 09:13
2deaae8
Compare
Choose a tag to compare

Features

  • feat(stdlib): only add logs as breadcrumbs if a span is active d1a897
  • feat(cli): hard error the test runner if we don't have a test config and no package.json in the cwd fb1166

Other

  • chore(stdlib): fix TS issues ce2f67

v0.10.5

21 Apr 10:19
44e34d2
Compare
Choose a tag to compare

Features

  • feat(server): skip sentry span creation for head and options requests 31eb5b
  • feat(store): only start Sentry span for queries if a parent span exists d5d842

v0.10.4

15 Apr 14:22
d17b371
Compare
Choose a tag to compare

Bug fixes

  • fix(stdlib): make sure to flush Sentry before exit 579c04
  • fix(server): sent http method as sentry attribute 42fdeb

v0.10.3

15 Apr 09:35
9746b01
Compare
Choose a tag to compare

Bug fixes

  • fix(store): import _compasSentryEnableQuerySpans eae66a

v0.10.2

15 Apr 09:17
5d81f75
Compare
Choose a tag to compare

Features

  • feat(server): use conventional 'op', force transaction, provide more data to Sentry cc9203
  • feat(stdlib,store): use conventional 'op', force transaction, support queries as spans 432c51

v0.10.1

14 Apr 15:51
0d7e9c7
Compare
Choose a tag to compare

Features

  • feat(stdlib): add Sentry support a8a4ef
  • feat(store): add Sentry support to the queue b8041f
  • feat(server): add Sentry support to the Koa instance returned by getApp db1ea9

See the inline docs for more information.

Dependency updates

v0.10.0

11 Jan 15:05
73e0c2b
Compare
Choose a tag to compare

Features

  • feat(code-gen): support Updater in RQ setQueryData 7ba289
  • feat(store): accept a tokenMaxAgeResolver in the session settings 9fa68b

Other

  • chore: run npm pkg fix 5dc314

Dependency updates