Skip to content

Commit bae8d8d

Browse files
Version Packages (canary)
1 parent aa35bec commit bae8d8d

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/silent-pillows-sip.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#2708](https://github.com/bigcommerce/catalyst/pull/2708) [`aa35bec`](https://github.com/bigcommerce/catalyst/commit/aa35bec2dd45c7a8280b2583e830deafe666277e) Thanks [@jordanarldt](https://github.com/jordanarldt)! - Adds OpenTelemetry instrumentation for Catalyst, enabling the collection of spans for Catalyst storefronts.
8+
9+
### Migration
10+
11+
Change is new code only, so just copy over `/core/instrumentation.ts` and `core/lib/otel/tracers.ts`.
12+
313
## 1.3.4
414

515
### Patch Changes

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigcommerce/catalyst-core",
33
"description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.",
4-
"version": "1.3.4",
4+
"version": "1.4.0",
55
"private": true,
66
"scripts": {
77
"dev": "npm run generate && next dev",

0 commit comments

Comments
 (0)