Skip to content

Commit 26ddb77

Browse files
committed
test 2
1 parent 06dd62b commit 26ddb77

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
npm pack
4646
4747
# Publish OTLP UDP Exporter to npm
48-
- name: Publish to npm
49-
working-directory: exporters/aws-distro-opentelemetry-exporter-xray-udp
50-
env:
51-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
52-
NPM_CONFIG_PROVENANCE: true
53-
run: npx publish
48+
# - name: Publish to npm
49+
# working-directory: exporters/aws-distro-opentelemetry-exporter-xray-udp
50+
# env:
51+
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
52+
# NPM_CONFIG_PROVENANCE: true
53+
# run: npx publish
5454

5555
# Publish to GitHub releases
5656
- name: Create GH release

.github/workflows/udp-exporter-e2e-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
# Project dependencies and compilation are already done in the previous step
2727
- name: Install Dependencies, Compile, and Build Tarball
2828
id: staging_tarball_build
29-
shell: bash
3029
run: |
3130
cd exporters/aws-distro-opentelemetry-exporter-xray-udp
3231
npm pack
@@ -46,7 +45,7 @@ jobs:
4645
./xray -o -n us-east-2 -f ./daemon-logs.log --log-level debug &
4746
4847
- name: Setup Sample App
49-
working-directory: sample-apps/udp-exporter-test-app
48+
working-directory: sample-applications/udp-exporter-test-app
5049
run: |
5150
npm install ../../exporters/aws-distro-opentelemetry-exporter-xray-udp/aws-aws-distro-opentelemetry-exporter-xray-udp-*.tgz
5251
npm install

exporters/aws-distro-opentelemetry-exporter-xray-udp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ npm install --save @aws/aws-distro-opentelemetry-exporter-xray-udp
88

99
## Usage
1010

11-
```js
12-
import { AwsXrayUdpSpanExporter } from './aws-xray-udp-span-exporter';
11+
```ts
12+
import { AwsXrayUdpSpanExporter } from "@aws/aws-distro-opentelemetry-exporter-xray-udp"
1313
import { SpanExporter } from '@opentelemetry/sdk-trace-base';
1414

1515
// ...

0 commit comments

Comments
 (0)