Skip to content

Commit 276eed6

Browse files
authored
Merge pull request #49 from logdash-io/chore/noop
chore: noop
2 parents 1c4134b + 1f07662 commit 276eed6

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changeset/fifty-games-own.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@logdash/js-sdk": patch
3+
---
4+
5+
chore: noop

src/metrics/Metrics.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export class Metrics implements BaseMetrics {
1414
if (this.params.verbose) {
1515
internalLogger.verbose(`Setting metric ${name} to ${value}`);
1616
}
17+
1718
fetch(`${this.params.host}/metrics`, {
1819
method: 'PUT',
1920
headers: {
@@ -32,6 +33,7 @@ export class Metrics implements BaseMetrics {
3233
if (this.params.verbose) {
3334
internalLogger.verbose(`Mutating metric ${name} by ${value}`);
3435
}
36+
3537
fetch(`${this.params.host}/metrics`, {
3638
method: 'PUT',
3739
headers: {

0 commit comments

Comments
 (0)