Skip to content

Commit

Permalink
Revert “Create modules for integrations (#919)” (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric authored Dec 30, 2024
1 parent 109fca1 commit 17adca9
Show file tree
Hide file tree
Showing 25 changed files with 344 additions and 754 deletions.
21 changes: 0 additions & 21 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,6 @@ targets:
- name: github
tagPrefix: otel/v
tagOnly: true
- name: github
tagPrefix: echo/v
tagOnly: true
- name: github
tagPrefix: fasthttp/v
tagOnly: true
- name: github
tagPrefix: fiber/v
tagOnly: true
- name: github
tagPrefix: gin/v
tagOnly: true
- name: github
tagPrefix: iris/v
tagOnly: true
- name: github
tagPrefix: negroni/v
tagOnly: true
- name: github
tagPrefix: logrus/v
tagOnly: true
- name: github
tagPrefix: slog/v
tagOnly: true
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
- Remove all code related to Sentry's previous Metrics product. Read more about the end of the Metrics beta ([here](https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Metrics-Beta-Ended-on-October-7th)) ([#914](https://github.com/getsentry/sentry-go/pull/914))
- Remove `Segment` field from the `User` struct. This field is no longer used in the Sentry product. ([#928](https://github.com/getsentry/sentry-go/pull/928))

- Every integration is now a separate module, reducing the binary size and number of dependencies. Once you update `sentry-go` to latest version, you'll need to `go get` the integration you want to use. For example, if you want to use the `echo` integration, you'll need to run `go get github.com/getsentry/sentry-go/echo` ([#919](github.com/getsentry/sentry-go/pull/919)).

### Features

Add ability to override `hub` in `context` for integrations that use custom context ([#931](https://github.com/getsentry/sentry-go/pull/931))
Expand Down
3 changes: 3 additions & 0 deletions _examples/iris/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build go1.13
// +build go1.13

package main

import (
Expand Down
23 changes: 0 additions & 23 deletions echo/go.mod

This file was deleted.

41 changes: 0 additions & 41 deletions echo/go.sum

This file was deleted.

19 changes: 0 additions & 19 deletions fasthttp/go.mod

This file was deleted.

32 changes: 0 additions & 32 deletions fasthttp/go.sum

This file was deleted.

26 changes: 0 additions & 26 deletions fiber/go.mod

This file was deleted.

50 changes: 0 additions & 50 deletions fiber/go.sum

This file was deleted.

34 changes: 0 additions & 34 deletions gin/go.mod

This file was deleted.

Loading

0 comments on commit 17adca9

Please sign in to comment.