-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gns3 dependency on sentry-sdk #2423
Comments
@mm1ke we are going to make the sentry-sdk dependency optional. It should be possible to run gns3 without sentry-sdk already. |
@grossmj thanks for the information. happy to hear that :) |
Upstream is going to make sentry-sdk optional and should be already possbile to run gns3 without it GNS3/gns3-server#2423 Bug: https://bugs.gentoo.org/937896 Signed-off-by: Michael Mair-Keimberger <[email protected]>
Upstream is going to make sentry-sdk optional and should be already possbile to run gns3 without it GNS3/gns3-server#2423 Bug: https://bugs.gentoo.org/937896 Signed-off-by: Michael Mair-Keimberger <[email protected]>
Upstream is going to make sentry-sdk optional and it should be already possbile to run gns3 without it. see: GNS3/gns3-server#2423 Bug: https://bugs.gentoo.org/937896 Signed-off-by: Michael Mair-Keimberger <[email protected]>
Upstream is going to make sentry-sdk optional and it should be already possbile to run gns3 without it. see: GNS3/gns3-server#2423 Bug: https://bugs.gentoo.org/937896 Signed-off-by: Michael Mair-Keimberger <[email protected]>
Upstream is going to make sentry-sdk optional and it should be already possbile to run gns3 without it. Bug: GNS3/gns3-server#2423 Bug: https://bugs.gentoo.org/937896 Signed-off-by: Michael Mair-Keimberger <[email protected]> Signed-off-by: Michał Górny <[email protected]>
Upstream is going to make sentry-sdk optional and it should be already possbile to run gns3 without it. Bug: GNS3/gns3-server#2423 Bug: https://bugs.gentoo.org/937896 Signed-off-by: Michael Mair-Keimberger <[email protected]> Closes: #38970 Signed-off-by: Michał Górny <[email protected]>
Actually, it is already optional. Nothing to change then :) https://github.com/GNS3/gns3-server/blob/master/gns3server/crash_report.py#L18L24
No worries. |
Hi,
sentry-sdk
has some issues (details can be found at: [1]) which ultimately will result in removing this package from the gentoo main repository.gns3-server
has a dependency onsentry-sdk
which would mean it would be removed too as we couldn't fulfill it's dependencies anymore. I'm wondering if it's possible to either remove the dependency or replace it with some other package? Also: Is it possible to run gns3 withoutsentry-sdk
? What restrictions would we have?[1] https://bugs.gentoo.org/937896
The text was updated successfully, but these errors were encountered: