Skip to content

panic: called Result::unwrap() on an Err value: ParserError("Expected: an expression, found: \\ at Line: 1, Column: 1024") #5712

@sentry

Description

@sentry

Sentry Issue: RELAY-4E

panic: called `Result::unwrap()` on an `Err` value: ParserError("Expected: an expression, found: \\ at Line: 1, Column: 1024")
  File "parser.rs", line 50, in relay_event_normalization::normalize::span::description::sql::parser::parse_query_inner
    sqlparser::parser::Parser::parse_sql(&dialect, query)
  File "parser.rs", line 30, in relay_event_normalization::normalize::span::description::sql::parser::parse_query::{{closure}}::{{closure}}
    || match std::panic::catch_unwind(|| parse_query_inner(db_system, query)) {
  File "parser.rs", line 30, in relay_event_normalization::normalize::span::description::sql::parser::parse_query::{{closure}}
    || match std::panic::catch_unwind(|| parse_query_inner(db_system, query)) {
  File "parser.rs", line 25, in relay_event_normalization::normalize::span::description::sql::parser::parse_query
    relay_log::with_scope(
  File "parser.rs", line 58, in relay_event_normalization::normalize::span::description::sql::parser::normalize_parsed_queries
    let mut parsed = parse_query(db_system, string).map_err(|_| ())?;
...
(118 additional frame(s) were not displayed)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions