Skip to content

Releases: getsentry/relay

0.4.46

17 Sep 20:28

Choose a tag to compare

Normalization:

  • Resolved a regression in IP address normalization. The new behavior is closer to a line-by-line port of the old Python code.

0.4.45

16 Sep 22:43

Choose a tag to compare

Normalization:

  • Resolved an issue where GEO IP data was not always infered.

0.4.44

12 Sep 18:05

Choose a tag to compare

Normalization:

  • Only take the user IP address from the store request's IP for certain platforms. This restores the behavior of the old Python code.

0.4.43

30 Aug 15:48

Choose a tag to compare

  • Bump size of breadcrumbs.
  • Workaround for an issue where we would not parse OS information from User Agent when SDK had already sent OS information.
  • Further work on Sentry-internal event ingestion.

0.4.42

01 Aug 11:54

Choose a tag to compare

  • Fix normalization of version strings from user agents.

0.4.41

31 Jul 19:37

Choose a tag to compare

Normalization:

  • Parse and normalize user agent strings.

Relay:

  • Add basic support for Sentry-internal event ingestion.
  • Support extended project configuration.
  • Implement event filtering rules.

0.4.40

13 Jul 18:52

Choose a tag to compare

  • Restrict ranges of timestamps to prevent overflows in Python code and UI.

0.4.39

03 Jul 19:35

Choose a tag to compare

  • Fix a bug where stacktrace trimming was not applied during renormalization.

0.4.38

18 Jun 18:59

Choose a tag to compare

  • Added typed spans to Event.

0.4.37

05 Jun 13:18

Choose a tag to compare

  • Added orig_in_app to frame data.