Skip to content

Commit bf7b4db

Browse files
committed
chore: improve instrumentation on sagas (#452)
* chore: add instrumentation to sagas/networkSettings * chore: add instrumentation to sagas/helpers * chore: add instrumentation on sagas/tokens * lint: comply with rules
1 parent bc2014f commit bf7b4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagas/tokens.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export function* fetchTokenMetadata({ tokenId }) {
253253
tokenId,
254254
});
255255
// eslint-disable-next-line
256-
log.log('Error downloading metadata of token', tokenId);
256+
log.log(`Error downloading metadata of token ${tokenId}`);
257257
}
258258
}
259259

0 commit comments

Comments
 (0)