Glitchtip #3

Merged
luketainton merged 4 commits from glitchtip into main 2022-08-27 19:24:45 +00:00
2 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"""Get 6to4 address from IPv4 address."""
import argparse
import sentry_sdk
def parse_args(): # pragma: no cover
@@ -52,6 +53,9 @@ def ipv4_to_ipv6(ipv4):
def main(): # pragma: no cover
"""Main function."""
sentry_sdk.init("https://14fab091f12c45d299569dcefd1bd716@app.glitchtip.com/1704")
ipv4 = parse_args().address
output = ipv4_to_ipv6(ipv4)
print(output)

View File

@@ -0,0 +1 @@
sentry-sdk