You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.LogWarning("DD_API_KEY is not configured. Skipping transaction tracking.");
44
+
_logger.LogWarning("DD_API_KEY is not configured. Skipping transaction tracking for transaction {TransactionId} at checkpoint {Checkpoint}.",transactionId,checkpoint);
logger.LogInformation("Successfully tracked transaction {TransactionId} at checkpoint {Checkpoint} with status code {StatusCode}",transactionId,checkpoint,response.StatusCode);
82
+
_logger.LogInformation("Successfully tracked transaction {TransactionId} at checkpoint {Checkpoint} with status code {StatusCode}",transactionId,checkpoint,response.StatusCode);
_logger.LogWarning(ex,"Failed to track transaction {TransactionId} at checkpoint {Checkpoint}. Exception: {ExceptionMessage}",transactionId,checkpoint);
logger.LogInformation("Successfully tracked transaction {TransactionId} at checkpoint {Checkpoint} with status code {StatusCode}",transactionId,checkpoint,response.StatusCode);
82
+
_logger.LogInformation("Successfully tracked transaction {TransactionId} at checkpoint {Checkpoint} with status code {StatusCode}",transactionId,checkpoint,response.StatusCode);
0 commit comments