Skip to content

Conversation

@NishantJoshi00
Copy link
Contributor

…ntext

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates

Description

This change works on improving the error tracking from the stack trace, currently for some errors tracking the exact error location was difficult because of the wrapper over them. This change adds #[track_caller] to such functions allowing the actual call_site to be tracked

Additional Changes

  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

@NishantJoshi00 NishantJoshi00 added A-core Area: Core flows C-feature Category: Feature request or enhancement S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels Feb 14, 2023
@NishantJoshi00 NishantJoshi00 self-assigned this Feb 14, 2023
@NishantJoshi00 NishantJoshi00 requested a review from a team as a code owner February 14, 2023 07:08
@jarnura jarnura removed the S-waiting-on-review Status: This PR has been implemented and needs to be reviewed label Feb 15, 2023
@jarnura jarnura added this pull request to the merge queue Feb 15, 2023
Merged via the queue into main with commit 8d2e573 Feb 15, 2023
@SanchithHegde SanchithHegde deleted the track-caller branch February 15, 2023 10:47
@jarnura jarnura mentioned this pull request Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-core Area: Core flows C-feature Category: Feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants