Skip to content

Commit 4b173ba

Browse files
authored
Merge branch 'googleapis:main' into main
2 parents 0f6fda3 + 1f06871 commit 4b173ba

File tree

8 files changed

+2248
-234
lines changed

8 files changed

+2248
-234
lines changed

observability-test/database.ts

Lines changed: 1450 additions & 0 deletions
Large diffs are not rendered by default.

observability-test/observability.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ describe('startTrace', () => {
122122
);
123123
});
124124

125+
it('sanity check: TRACER_NAME, TRACER_VERSION', () => {
126+
assert.equal(!TRACER_NAME, false, 'TRACER_NAME must be set');
127+
assert.equal(!TRACER_VERSION, false, 'TRACER_VERSION must be set');
128+
});
129+
125130
it('with semantic attributes', () => {
126131
const opts = {tableName: 'table', dbName: 'db'};
127132
startTrace('aSpan', opts, span => {

0 commit comments

Comments
 (0)