Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
6 changes: 4 additions & 2 deletions script.module.pyrollbar/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Pyrollbar
[![Build Status](https://travis-ci.org/rollbar/pyrollbar.svg?branch=v0.15.0)](https://travis-ci.org/rollbar/pyrollbar)

![Build Status](https://github.com/rollbar/pyrollbar/workflows/Pyrollbar%20CI/badge.svg?tag=latest)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rollbar)

Python notifier for reporting exceptions, errors, and log messages to [Rollbar](https://rollbar.com).

Expand All @@ -11,7 +13,7 @@ Python notifier for reporting exceptions, errors, and log messages to [Rollbar](
# Usage and Reference

For complete usage instructions and configuration reference, see our [Python SDK docs](https://docs.rollbar.com/docs/python).

# Release History & Changelog

See our [Releases](https://github.com/rollbar/pyrollbar/releases) page for a list of all releases, including changes.
Expand Down
18 changes: 9 additions & 9 deletions script.module.pyrollbar/addon.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.pyrollbar"
name="pyrollbar"
version="0.15.2"
provider-name="rollbar, Lee Smith">
version="1.4.0"
provider-name="rollbar">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.22.0" optional="false"/>
<import addon="script.module.six" version="1.15.0" optional="false"/>
<import addon="script.module.requests" version="2.31.0" />
<import addon="script.module.six" version="1.16.0" />
<import addon="xbmc.python" version="3.0.0" />
</requires>
<extension point="xbmc.python.module"
library="lib"/>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Error tracking and logging from Python to Rollbar</summary>
<description lang="en_GB">Python notifier for reporting exceptions, errors, and log messages to Rollbar.</description>
<platform>all</platform>
<license>MIT</license>
<source>git@github.com:LS80/script.module.pyrollbar.git</source>
<website>https://rollbar.com/docs/notifier/pyrollbar</website>
<source>https://github.com/rollbar/pyrollbar</source>
<website>https://docs.rollbar.com/docs/python</website>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>

</addon>
Loading
Loading